home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TEQDIALOG / TEQDIALOG.txt
Text File  |  2004-02-29  |  423b  |  21 lines

  1. inherited EQDialog: TEQDialog
  2.   HorzScrollBar.Range = 0
  3.   VertScrollBar.Range = 0
  4.   AutoScroll = False
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited Label1: TLabel
  9.     Width = 29
  10.     Caption = '&Word:'
  11.   end
  12.   inherited Label2: TLabel
  13.     Width = 68
  14.     Height = 26
  15.     Caption = 'Topic ID:'#13#10'(only numbers)'
  16.   end
  17.   inherited txtSecond: TEdit
  18.     OnKeyPress = txtSecondKeyPress
  19.   end
  20. end
  21.